SPRITE FLIPPED
This command will return a one if the specified sprite has been flipped vertically, otherwise zero will be returned.
Return Integer=SPRITE FLIPPED(Sprite Number)
Sprite Number
Integer
The sprite number
The command will return a one if the specified sprite has been flipped vertically, otherwise zero will be returned
The parameter should be specified using an integer value.
cls
load image "man.bmp",1
sprite 1,100,100,1
wait 1000*8
do
if sprite flipped(1)=1 then print "sprite has been flipped"
loop
end
SPRITE Commands Menu
Index